home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-27 | 529 b | 16 lines | [TEXT/ALFA] |
- #############################################################################
- # HTML mode installation
- #
-
- lappend modes HTML
- set dummyProc(HTML) htmlDummy
- set modeMenus(HTML) htmlMenu
- lappend allModeMenus htmlMenu
- lappend modeSuffixes {*.html} { set winMode HTML }
- lappend modeSuffixes {*.htm} { set winMode HTML }
- lappend modeSuffixes {*.HTML} { set winMode HTML }
- lappend modeSuffixes {*.HTM} { set winMode HTML }
-
- set pathComments(htmlBrowserPath) "Web Browser Path"
- set pathUseIC(htmlBrowserPath) "helperÑhttp"
-